home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / ac11a.arc / AUTOCON.HLP < prev    next >
Text File  |  1990-08-17  |  23KB  |  438 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.               ╔══════════════════════════════════════════╗
  10.               ║                                          ║░░
  11.               ║           AUTOCON  Ver. 1.1a             ║░░
  12.               ║                   By                     ║░░
  13.               ║            Brad A. Anderson              ║░░
  14.               ║                                          ║░░
  15.               ╚══════════════════════════════════════════╝░░
  16.                 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                                 Introduction
  25.  
  26.         AUTOCON is a DOS tool that was developed to allow the end user
  27. to create and maintain multiple AUTOEXEC.BAT and CONFIG.SYS files thus
  28. the name "AUTOCON". The user can create the PATHS,FILES,BUFFERS for 
  29. certain applications and easily switch between them. I won't spend 
  30. time explaining the benefits of this. If you have this program, either
  31. from downloading it or receiving it from a friend then you already
  32. know the PROS & CONS. The program can be executed either from the 
  33. command line or through menu selection.
  34.  
  35.         AUTOCON supports both keyboard and mouse. The Left button is
  36. treated as the <Enter> key while the Right button is treated as the
  37. <Esc> key.
  38.  
  39.         Because the program is public domain, you are encouraged to 
  40. copy and share it with friends or upload it to local or national BBS's.
  41. The only restriction is that the program may not be modified or sold 
  42. for profit without the consent of the author.
  43.  
  44. ** Note **
  45.      Autocon requires DOS 3.X or greater.
  46.  
  47.  
  48.        Any comments or inquiries can be directed to :
  49.  
  50.                  Brad A. Anderson
  51.                  V.A. Medical Center
  52.                  IRMS
  53.                  Tucson,Az.
  54.                  (602) 792-1450 Ext. 5034
  55.                  Compuserve 75216,614
  56.  
  57.                         Getting Started
  58.  
  59.  
  60. I. Program Files
  61.  
  62.      The distribution disk contains three (3) files.
  63.  
  64.      AUTOCON.EXE ................. The main program
  65.  
  66.      AUTOCON.HLP ................. The help text
  67.  
  68.      DEMO.OPC .................... Sample master file
  69.  
  70.  
  71. II. Installing AUTOCON
  72.  
  73.      A. Place the distribution diskette in drive A
  74.  
  75.      B. Copy the files to the hard disk.
  76.  
  77.           eg. C:\> COPY A:*.* <ENTER>
  78.  
  79.      * Note * 
  80.      Autocon doesn't have to be installed in the root directory.
  81.      I can be copied into any subdirectory, preferably one that is 
  82.      referenced by the path command. The only restriction is that 
  83.      the help text and any master files should also reside in the 
  84.      same subdirectory.
  85.  
  86.  
  87. III. Starting AUTOCON
  88.  
  89.      Autocon can be executed in two (2) different ways.
  90.  
  91.  
  92.      A. Command line
  93.  
  94.           If you know which master file you want to select and you want
  95.           the system updated and re-booted then you can pass the information
  96.           on the command line. To use the command line just type AUTOCON
  97.           followed by a space and the name of the master file you want.
  98.  
  99.                eg. C:\> AUTOCON EMS
  100.  
  101.           In the example above AUTOCON would update the AUTOEXEC.BAT and
  102.           CONFIG.SYS files with the information in the master file named
  103.           EMS. After updated the system would re-boot so that the new
  104.           parameters would take effect.
  105.  
  106.           There are also three (3) optional parameters that can be passed
  107.           on the command line. These parameters are :
  108.  
  109.                -U   This will cause AUTOCON to update but not re-boot
  110.                     eg. C:\> AUTOCON EMS -U
  111.  
  112.                -C   This will cause AUTOCON to COLD boot after update or
  113.                     if entered by itself without calling a master file 
  114.                     will cause AUTOCON to COLD boot the system without 
  115.                     updating.
  116.  
  117.                     eg. C:\> AUTOCON EMS -C
  118.                     eg. C>\> AUTOCON -C
  119.  
  120.                -W   This parameter will cause AUTOCON to warm boot the 
  121.                     system. Since warm boot is the default, entering this
  122.                     parameter after a master file name will not accomplish
  123.                     anything different. However, entering this parameter by
  124.                     itself will cause the system to warm boot without
  125.                     updating.
  126.  
  127.                     eg. C:\> AUTOCON -W
  128.  
  129.      B. Menu
  130.  
  131.           If you type in AUTOCON and press <ENTER>  AUTOCON will execute
  132.           in the user interaction mode. After a few seconds the title 
  133.           screen will appear and you will be presented with a horizontal
  134.           menu. 
  135.  
  136. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  137. ┌─────────────────────────────────────────────────────────────────────────┐
  138. │                                                                         │
  139. │                                                                         │
  140. │                                                                         │
  141. │                                                                         │
  142. │                            ╔═══════════════════════╗                    │
  143. │                            ║   AutoCon Ver. 1.1a   ║                    │
  144. │                            ║     Public Domain     ║                    │
  145. │                            ╠═══════════════════════╣                    │
  146.  
  147.  
  148.  
  149.           Option selection can be made by either pressing the first
  150.           letter of the option you want or by moving the highlight bar
  151.           to the option you want and press <ENTER>.
  152.  
  153.  
  154.  
  155. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  156. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  157. │     ▓▓│▓Load File▓▓▓▓▓▓▓│                                               │
  158. │     ▓▓│ Edit File       │                                               │
  159. │     ▓▓│ Save File       │                                               │
  160. │     ▓▓│ Delete File     │                                               │
  161. │     ▓▓│ Update System   │                                               │
  162. │     ▓▓│ Re-Boot/Update  │  ╔═══════════════════════╗                    │
  163. │     ▓▓└─────────────────┘  ║   AutoCon Ver. 1.1a   ║                    │
  164. │     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓    ║     Public Domain     ║                    │
  165. │                            ╠═══════════════════════╣                    │
  166.  
  167.  
  168.  
  169. Several sub options are available under the File option. Selection of a 
  170. sub option is made by either pressing the first letter of the sub option
  171. or by moving the highlight bar to the sub option and pressing <ENTER>.
  172. I. Load File
  173.  
  174.      The Load File sub option is used to load a previously saved master
  175.      file. Once loaded it becomes the current work master file. After
  176.      a master file has been loaded it can be edited or used to update
  177.      the AUTOEXEC.BAT and CONFIG.SYS files.
  178.  
  179.  
  180. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  181. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  182. │     ▓▓│▓Load File ┌───[ Files ]──┐                                      │
  183. │     ▓▓│ Edit Fil▓▓│ THREE   .OPC │                                      │
  184. │     ▓▓│ Save Fil▓▓│▓GOOD    .OPC▓│                                      │
  185. │     ▓▓│ Delete F▓▓│ FOURTEST.OPC │                                      │
  186. │     ▓▓│ Update S▓▓│ OLDFILE .OPC │                                      │
  187. │     ▓▓│ Re-Boot/▓▓│ ROOT    .OPC ╞═════════════════╗                    │
  188. │     ▓▓└─────────▓▓│ TEST1   .OPC │  on Ver. 1.1a   ║                    │
  189. │     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓│ ROOT1   .OPC │  lic Domain     ║                    │
  190. │                 ▓▓│              ╞═════════════════╣                    │
  191.                                       
  192.  
  193.      After the Load File sub option has been selected you will be presented
  194.      with a selection window that will contain all your master files.
  195.      Selection is made by moving the highlight bar to the master file you
  196.      want and pressing <ENTER>. Once loaded the selected name will appear
  197.      at the top of the screen next to the "Filename :" tag. If more master
  198.      files are present than will fit in the selection window at one time
  199.      you can either scroll up and down with the up and down arrow keys or
  200.      use <PgUp> and <PgDn> to move one full window at a time. Pressing
  201.      <Esc> will leave the selection window without loading a master file.
  202.  
  203. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  204. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  205. │     ▓▓│ Load File       │                                               │
  206. │     ▓▓│▓Edit File ▓▓▓▓▓▓│                                               │
  207. │     ▓▓│ Save File       │                                               │
  208. │     ▓▓│ Delete File     │                                               │
  209. │     ▓▓│ Update System   │                                               │
  210. │     ▓▓│ Re-Boot/Update  │  ╔═══════════════════════╗                    │
  211. │     ▓▓└─────────────────┘  ║   AutoCon Ver. 1.1a   ║                    │
  212. │     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓    ║     Public Domain     ║                    │
  213. │                            ╠═══════════════════════╣                    │
  214.  
  215. II. Edit File
  216.  
  217.      After a master file has been loaded or if you wish to create a master
  218.      file from scratch,the Edit File sub option may be selected. 
  219.  
  220.  
  221. ╔═══════════════════════════════[ AutoExec.Bat ]══════════════════════════╗
  222. ║                                                                         ║
  223. ║  1.@ECHO OFF▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓║
  224. ║  2.SET FASTBACK=C:\UTILITY\FASTBACK                                     ║
  225. ║  3.PATH C:\;C:\DOS;C:\UTILITY\COMMON;C:\LANGUAGE\PB;C:\UTILITY\NORTON;_ ║
  226. ║  4.C:\WP51                                                              ║
  227. ║  5.mark                                                                 ║
  228. ║  6.prompt $p$g                                                          ║
  229. ║  7.menu                                                                 ║
  230. ║  8.                                                                     ║
  231.  
  232.      The current, if any, master file commands will be displayed for edit.
  233.      The first screen (20 lines) is used to make up the information for the
  234.      AUTOEXEC.BAT file while the second screen (20 lines) is used to make
  235.      up the information for the CONFIG.SYS file.
  236.  
  237.      Depending on the video mode you're in you will either see a horizontal
  238.      edit bar or a cursor at the line item that is ready for edit. You can
  239.      move up and down through the line items by using either your mouse or
  240.      arrow keys. Once you locate the line item you wish to edit you can 
  241.      use the left and right arrow keys to move to place you wish to edit.
  242.  
  243.  
  244.      If you press any key other that the arrow keys or one of the reserved
  245.      edit functions at the beginning of the line, AUTOCON assumes that you
  246.      intend to redo the entire line and it first erases the line item data.
  247.      If you wish to enter a line item that takes up more space that the 
  248.      maximum allowed space you can end the first line with an underscore
  249.      <_> and finish the line item on the next line. AUTOCON will combine 
  250.      the two line when it updated the system.
  251.      At any point during data entry, pressing <F1> will bring up a help
  252.      window containing the edit commands.
  253.  
  254.      Pressing <Esc> during data entry will exit data entry and you will
  255.      be given a selection of choices at the bottom of the screen.
  256. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  257. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  258. │     ▓▓│ Load File       │                                               │
  259. │     ▓▓│ Edit File       │                                               │
  260. │     ▓▓│▓Save File ▓▓▓▓▓▓│                                               │
  261. │     ▓▓│ Delete File     │                                               │
  262. │     ▓▓│ Update System   │                                               │
  263. │     ▓▓│ Re-Boot/Update  │  ╔═══════════════════════╗                    │
  264. │     ▓▓└─────────────────┘  ║   AutoCon Ver. 1.1a   ║                    │
  265. │     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓    ║     Public Domain     ║                    │
  266. │                            ╠═══════════════════════╣                    │
  267.  
  268. III. Save File
  269.  
  270.      The Save File option allow you to save out the master file information.
  271.      This information will be saved into the subdirectory that contains
  272.      the AUTOCON main program.
  273.  
  274.  
  275. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  276. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  277. │     ▓▓│ Load File       │                                               │
  278. │     ▓▓│ Edit File       │                                               │
  279. │     ▓▓│▓Save File ▓▓▓▓▓▓│                                               │
  280. │     ▓▓│ Dele┌──────────────────[ Save File ]─────────────────┐          │
  281. │     ▓▓│ Up▓▓│                                                │          │
  282. │     ▓▓│ Re▓▓│     Save File as ( 8 char. max )               │          │
  283. │     ▓▓└───▓▓│                                                │          │
  284. │     ▓▓▓▓▓▓▓▓│                 [ ROOT     ]                   │          │
  285. │           ▓▓│                                                │          │
  286. │           ▓▓│                                                │          │
  287. │           ▓▓└────────────────────────────────────────────────┘          │
  288. │           ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓            │
  289. │                            ║                       ║                    │
  290. │                            ╚═══════════════════════╝                    │
  291.  
  292.  
  293.      After selecting to save the master file data you will be prompted to
  294.      enter a name for this master file. If a previous master file has been
  295.      loaded, its name will be the default name. You can accept the default
  296.      name or enter a new one. Any valid DOS name will work. The extension
  297.      .OPC will be automatically added to the file as it is saved. 
  298.  
  299.      If you choose to use a new name for the file, the new name will be
  300.      displayed at the top of the screen after the file has been saved.
  301.      Pressing <Esc> will exit the save option without saving any master
  302.      file data. If you choose to use the default name or if you choose a 
  303.      name that already exists you will be prompted to decide if you wish
  304.      to update the existing file.
  305.  
  306. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  307. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  308. │     ▓▓│ Load File       │                                               │
  309. │     ▓▓│ Edit File       │                                               │
  310. │     ▓▓│ Save File       │                                               │
  311. │     ▓▓│▓Delete File ▓▓▓▓│                                               │
  312. │     ▓▓│ Update System   │                                               │
  313. │     ▓▓│ Re-Boot/Update  │  ╔═══════════════════════╗                    │
  314. │     ▓▓└─────────────────┘  ║   AutoCon Ver. 1.1a   ║                    │
  315. │     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓    ║     Public Domain     ║                    │
  316. │                            ╠═══════════════════════╣                    │
  317.  
  318.  
  319. IV. Delete File
  320.  
  321.      The Delete File  sub option is used to delete master files.
  322.  
  323.  
  324. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  325. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  326. │     ▓▓│ Load File ┌───[ Files ]──┐                                      │
  327. │     ▓▓│ Edit Fil▓▓│ THREE   .OPC │                                      │
  328. │     ▓▓│ Save Fil▓▓│▓GOOD    .OPC▓│                                      │
  329. │     ▓▓│▓Delete F▓▓│ FOURTEST.OPC │                                      │
  330. │     ▓▓│ Update S▓▓│ OLDFILE .OPC │                                      │
  331. │     ▓▓│ Re-Boot/▓▓│ ROOT    .OPC ╞═════════════════╗                    │
  332. │     ▓▓└─────────▓▓│ TEST1   .OPC │  on Ver. 1.1a   ║                    │
  333. │     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓│ ROOT1   .OPC │  lic Domain     ║                    │
  334. │                 ▓▓│              ╞═════════════════╣                    │
  335.                                       
  336.      After the Delete File sub option has been selected you will be
  337.      presented with a selection window that will contain all your master
  338.      files. Selection is made by moving the highlight bar to the master 
  339.      file you want and pressing <ENTER>. If more master files are present
  340.      than will fit in the selection window at one time you can either 
  341.      scroll up and down with the up and down arrow keys or use <PgUp> and
  342.      <PgDn> to move one full window at a time. Pressing <Esc> will leave the
  343.      selection window without deleting a master file.
  344.  
  345.      After a master file has been selected you will be prompted to confirm
  346.      your intent to delete the selected file. After confirming your intent
  347.      the selected file will be deleted.
  348. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  349. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  350. │     ▓▓│ Load File       │                                               │
  351. │     ▓▓│ Edit File       │                                               │
  352. │     ▓▓│ Save File       │                                               │
  353. │     ▓▓│ Delete File     │                                               │
  354. │     ▓▓│▓Update System ▓▓│                                               │
  355. │     ▓▓│ Re-Boot/Update  │  ╔═══════════════════════╗                    │
  356. │     ▓▓└─────────────────┘  ║   AutoCon Ver. 1.1a   ║                    │
  357. │     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓    ║     Public Domain     ║                    │
  358. │                            ╠═══════════════════════╣                    │
  359.  
  360.  
  361. V. Update System
  362.  
  363.      The Update System sub option is used to transfer the information
  364.      in the currently loaded master file to the AUTOEXEC.BAT and
  365.      CONFIG.SYS files. After the update has taken place you will again
  366.      return the sub option menu. These changes won't take effect
  367.      until the computer is either re-booted to the power turned off and
  368.      back on again. This option would be if you were about to turn off
  369.      the computer but wanted it to boot under a different configuration
  370.      when you turn it on again.
  371.  
  372.  
  373. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  374. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  375. │     ▓▓│ Load File       │                                               │
  376. │     ▓▓│ Edit File       │                                               │
  377. │     ▓▓│ Save File       │                                               │
  378. │     ▓▓│ Dele┌────────────────[ Update System ]───────────────┐          │
  379. │     ▓▓│▓Up▓▓│                                                │          │
  380. │     ▓▓│ Re▓▓│  The AUTOEXEC.BAT & CONFIG.SYS files in the    │          │
  381. │     ▓▓└───▓▓│  ROOT directory are about to be updated with   │          │
  382. │     ▓▓▓▓▓▓▓▓│  the information in : [   ROOT    .OPC   ]     │          │
  383. │           ▓▓│                                                │          │
  384. │           ▓▓│    Press <Esc> to Exit or any key to Cont.     │          │
  385. │           ▓▓└────────────────────────────────────────────────┘          │
  386. │           ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓            │ 
  387. │                            ║                       ║                    │
  388. │                            ╚═══════════════════════╝                    │
  389.  
  390.  
  391.      After selecting the Update System option you will be prompted to 
  392.      confirm your intentions. If there is no current master file loaded
  393.      you will only hear a beep when you try to select this sub option.
  394.  
  395. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  396. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  397. │     ▓▓│ Load File       │                                               │
  398. │     ▓▓│ Edit File       │                                               │
  399. │     ▓▓│ Save File       │                                               │
  400. │     ▓▓│ Delete File     │                                               │
  401. │     ▓▓│ Update System   │                                               │
  402. │     ▓▓│▓Re-Boot/Update ▓│  ╔═══════════════════════╗                    │
  403. │     ▓▓└─────────────────┘  ║   AutoCon Ver. 1.1a   ║                    │
  404. │     ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓    ║     Public Domain     ║                    │
  405. │                            ╠═══════════════════════╣                    │
  406.  
  407.  
  408. VI. Re-Boot/Update
  409.  
  410.      The Re-Boot/Update sub option is used to transfer the information
  411.      in the currently loaded master file to the AUTOEXEC.BAT and
  412.      CONFIG.SYS files. After the update has taken place the system 
  413.      will warm boot so the changes can take effect.
  414.  
  415.  
  416.  
  417. ▓▓▓ File ▓▓▓ Re-Boot ▓▓▓ Help ▓▓▓ Info ▓▓▓ Exit ▓▓▓▓▓▓ Filename :▓▓▓▓▓▓▓▓▓▓
  418. ┌───────┌─────────────────┐───────────────────────────────────────────────┐
  419. │     ▓▓│ Load File       │                                               │
  420. │     ▓▓│ Edit File       │                                               │
  421. │     ▓▓│ Save File       │                                               │
  422. │     ▓▓│ Dele┌──────────────[ Update & Re-Boot ]──────────────┐          │
  423. │     ▓▓│ Up▓▓│                                                │          │
  424. │     ▓▓│▓Re▓▓│  The AUTOEXEC.BAT & CONFIG.SYS files in the    │          │
  425. │     ▓▓└───▓▓│  ROOT directory are about to be updated with   │          │
  426. │     ▓▓▓▓▓▓▓▓│  the information in : [   ROOT    .OPC   ]     │          │
  427. │           ▓▓│  After UPDATED, the system will Re-BOOT...     │          │
  428. │           ▓▓│                                                │          │
  429. │           ▓▓│    Press <Esc> to Exit or any key to Cont.     │          │
  430. │           ▓▓└────────────────────────────────────────────────┘          │
  431. │           ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓             │
  432. │                            ╚═══════════════════════╝                    │
  433.  
  434.  
  435.      After selecting the Re-Boot/Update option you will be prompted to 
  436.      confirm your intentions. If there is no current master file loaded
  437.      you will only hear a beep when you try to select this sub option.
  438.